home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 10 - 1994
/
10.09 Sep 94
/
Getting Started
/
CJunior.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-19
|
323 b
|
26 lines
|
[
TEXT/R*ch
]
//CJunior.h
#ifndef __CJunior__
#define __CJunior__
#ifndef __CPops__
#include "CPops.h"
#endif
//---------------------------------- CJunior:CPops
class CJunior : public CPops
{
// Data members...
protected:
int juniorDataMember;
// Member functions...
public:
CJunior();
virtual ~CJunior();
};
#endif